home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
284 b
|
13 lines
on enterFrame
global ghfslideno, ghfathleteno
set vTemp to value(ghfslideno)
set vName to "CAP" & ghfathleteno & "0" & vTemp
if GetAssetNo(vName) < 1 then
go(1)
return
end if
puppetSprite(28, 1)
set the castNum of sprite 28 to GetAssetNo(vName)
go(#next)
end